Mutable Set
A generic unordered collection of elements that does not support duplicate elements, and supports adding and removing elements.
Parameters
E
the type of elements contained in the set. The mutable set is invariant in its element type.
Functions
add All
Link copied to clipboard
contains All
Link copied to clipboard
iterator
Link copied to clipboard
remove All
Link copied to clipboard
retain All
Link copied to clipboard
Properties
Inheritors
AbstractMutableSet
Link copied to clipboard
HashSet
Link copied to clipboard
LinkedHashSet
Link copied to clipboard